@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

/* box-shadow:3px 3px 26px rgba(7,86,165,0.24); */
html {
    scroll-behavior: smooth!important;
  }


.product-heading1{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #021F2E;
}

.product-heading2{
    font-size: 32px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #021F2E;
}

/* <!-- ========== PRODUCT COMPARISON PAGE CSS STARTED========== --> */

/* <!-- ========== PRODUCT BANNER SECTION CSS ========== --> */

.product-banner-section{
    padding-top: 127px;
}
.product-banner-section .product-banner-section-wrapper{
    padding:20px 0;
    max-height: 593px;
    height: 100%;
    background-image:url(../images/product-comparison-banner-bg.webp);
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center;
}
.product-banner-section .content{
    padding:87px 0;
}
.product-banner-section .content .product-heading1{
    line-height: 51px;
    color: #fff;
    font-weight: 400;
    padding-right: 20px;
}

.product-banner-section .image-wrapper{
    padding-bottom: 70px;
}

.product-banner-section img{
    max-width: 100%;
}





/* <!-- ========== PRODUCT SECTION1 CSS ========== --> */
.product-section1{
    margin: 100px 0;
}

.product-section1 .container .row{
    align-items: center;
}

.product-section1 .col-md-6:last-child{
    padding: 0;
}

.product-section1 .left-content img{
    max-width: 100%;
}

.product-section1 .right-content {
    padding-left: 35px;
}

.product-section1 .right-content p{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.product-section1 .right-content p strong{
    font-weight: 600;
}

/* <!-- ========== PRODUCT SECTION2 CSS ========== --> */
.product-section2{
    margin: 100px 0;
}

.product-section2 .container .row{
    align-items: center;
}

.product-section2 .col-md-7{
    padding: 0;
}

.product-section2 .left-content p{
    font-size: 32px;
    line-height: 60px;
    color: #021F2E;
    font-weight: 400;
}

.product-section2 .left-content p strong{
    font-weight: 600;
}

.product-section2 .right-content img{
    max-width: 100%;
}


/* <!-- ========== PRODUCT STAR SECTION CSS ========== --> */
.product-star-section{
    margin-bottom: 120px;
}

.product-star-section .content{
    border: 1px solid rgba(7, 86, 165, 0.35);
    border-radius: 10px;
    overflow: hidden;
}

.product-star-section .content-header{
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(7, 86, 165, 1) 0%, rgba(0, 82, 165, 1) 100%);
}

.product-star-section .content-header .details{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.product-star-section .content-header .details h1{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.product-star-section .content-header .details img{
    max-height: 36px;
}

.product-star-section .content-body{
    padding: 45px 45px 15px 45px;
    background-color: rgba(236, 242, 248, 0.35);
}

.product-star-section .content-body ul{
    list-style-image: url(../images/product-list-hand-icon.png);
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5px;

}

.product-star-section .content-body ul li{
    font-size: 18px ;
    font-weight: 400;
    list-style: unset;
    margin-left: 25px;
    margin-bottom: 30px;
}



/* <!-- ========== PRODUCT COMPARE SECTION CSS ========== --> */

.product-compare-section .top-content{
    text-align: center;
}


.product-compare-section .top-content h3{
    font-size: 40px;
    font-family: "Roboto Condensed",sans-serif;
    color: #021F2E;
    font-weight: bold;
    margin-bottom: 24px;
}

.product-compare-section .top-content p{
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 43px;
}

.product-compare-section .table-wrapper{
    margin-bottom: 55px;
}

.product-compare-section .table tr td{
    padding: 10px 18px;
    border: 0;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 25px;
    font-weight: 500;
    height: 70px;
    text-align: center;
}

.product-compare-section .table{
    border: 0;
}

.product-compare-section .table tr td:first-child{
    text-align: left;

}

.product-compare-section .table-wrapper .top-row td:first-child{
    font-size: 21px;
    font-weight: 600;
    color: #0756A5;
    line-height: unset;
    text-align: left;
}

.product-compare-section .table-wrapper .top-row td{
    padding: 18px 18px;
    background-color: #ECF2F8;
    font-weight: bold;
    word-wrap: break-word;
    white-space: nowrap;
}

.product-compare-section .table-wrapper .top-row .image{
    padding: 0; 
    width: 185px;    
}

.product-compare-section .table-wrapper .top-row .image img{
    max-width: 100%;
}

.product-compare-section .table-wrapper .bg-color-row td{
    background-color: #F2F3F7;
}


/* <!-- ========== PRODUCT DATA SECTION CSS ========== --> */

.product-data-section{
    margin: 55px 0 120px 0;
}

.product-data-section .content-header{
    padding: 30px 0;
    text-align: center;
    background: #0756A5;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}

.product-data-section .details h4{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto Condensed",sans-serif;
}

.product-data-section .details p{
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.product-data-section .table tr td{
    padding: 10px 25px;
    border: 0;
    text-align: left;
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 500;
    height: 70px;
    white-space: nowrap;
}

.product-data-section .table tr td:last-child{
    width:40%;
}

.product-data-section .table tr td sup{
    color: #0756A5;
}

.product-data-section .table tr td img{
    margin-right: 25px;
}


.product-data-section .table-wrapper .bg-color-row td{
    background-color: #F2F3F7;
}

.product-data-section .content-body .last-line{
    font-size: 16px;
    color: #0756A5;
    margin-top: 10px;
}


/* <!-- ========== PRODUCT PRICING SECTION CSS ========== --> */

.product-pricing-section{
    margin-bottom: 110px;
}

.product-pricing-section .top-content{
    margin-bottom: 55px;
}

.product-pricing-section .top-content .details{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.product-pricing-section .top-content .details h5{
    font-size: 32px!important;
    line-height: 38px!important;
    margin-bottom: 26px!important;
    color: #021F2E;
    font-weight: bold!important;
    font-family: "Roboto Condensed",sans-serif;
    width: 80%;
    margin-left: auto!important;
    margin-right: auto!important;
}

.product-pricing-section .top-content .details p{
    font-size: 14px;
    line-height: 29px;
    color: #333333;
}

.product-pricing-section .middle-content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    align-items: start;
}

.product-pricing-section .middle-content-hr{
    background: rgba(112, 112, 112, 0.16);
    margin: 50px 0;
}

.product-pricing-section .middle-content .card-box{
    padding: 18px 22px;
    border-top: 19px solid #0756A5;
    border-radius: 10px;
}

.product-pricing-section .middle-content .card-box:first-child{
    border-color: #0756A5;
    background: rgba(7, 86, 165, 0.05);
}

.product-pricing-section .middle-content .card-box:nth-child(2){
    border-color: #0342D0;
    background-color: #0342D012 ;
}

.product-pricing-section .middle-content .card-box:last-child{
    border-color: #1B03D0;
    background-color: #1E03D00D ;
}

.product-pricing-section .middle-content .card-box .heading{
    font-size: 24px;
    line-height: 31px;
    color: #333333;
    margin-bottom: 24px;
    font-weight: 600;
}

.product-pricing-section .middle-content .card-box .details ul{
    list-style-type: disc;
    margin-left: 22px;

}

.product-pricing-section .middle-content .card-box .details ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 12px;
    list-style: unset;
}
.product-pricing-section .middle-content .card-box .details ul li::marker{
    font-size: 20px;
    font-weight: bold;
} 

.product-pricing-section .middle-content .card-box .details ul li .nested-list{
    list-style-type: circle;
    margin-top: 12px;
}

.product-pricing-section .bottom-content{
    display: flex;
    gap: 16px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}


.product-pricing-section .bottom-content .card-box{
    padding: 18px 22px;
    border-top: 19px solid #5C5C5C;
    border-radius: 10px;
    flex-basis: 32%;
}

.product-pricing-section .bottom-content .card-box hr{
    margin: 10px 0 15px 0;
    background-color: rgba(112, 112, 112, 0.25);
}

.product-pricing-section .bottom-content .card-box:first-child{
    border-color: #5C5C5C;
    background: #5C5C5C0D ;
}

.product-pricing-section .bottom-content .card-box:nth-child(2){
    border-color: #F9C638;
    background-color: #F9C6380D;
}

.product-pricing-section .bottom-content .card-box:nth-child(3){
    border-color: #FE4751;
    background-color: #FE47510D ;
}

.product-pricing-section .bottom-content .card-box:nth-child(4){
    border-color: #5859F9;
    background-color: #5859F90D ;
    margin-top: 25px;
}

.product-pricing-section .bottom-content .card-box:last-child{
    border-color: #0756A5;
    background-color: #0756A50D ;
    margin-top: 25px;

}

.product-pricing-section .bottom-content .card-box .heading{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    min-height: 90px;
}

.product-pricing-section .bottom-content .card-box .price-wrapper{
    margin-bottom: 19px;
}

.product-pricing-section .bottom-content .card-box .price-wrapper .price{
    font-size: 32px;
    font-weight: bold;
    font-family: "Poppins",sans-serif;
}

.product-pricing-section .bottom-content .card-box .price-wrapper p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}


.product-pricing-section .btn-wrapper{
    margin-top:26px;
    display: flex;
    justify-content: center;
}

.product-pricing-section .btn-wrapper a{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 25px;
    background: linear-gradient(270deg, #0756A5 0%, #006BD9 100%);
    border-radius: 7px;
    color: #fff;
    max-width: 270px;
}

.product-pricing-section .btn-wrapper a img{
    max-width: 15px;
}


/* <!-- ========== PRODUCT FAQ SECTION CSS ========== --> */

.product-faq-section{
    background-color: rgba(7, 86, 165, 0.05) ;
    padding: 110px 0;
}

.product-faq-section .content-wrapper{
    max-width: 80%;
    margin: 0 auto;
}

.product-faq-section .content-wrapper .top-content{
    margin-bottom: 32px;
    text-align: center;
}

.product-faq-section .content-wrapper .top-content .heading{
    font-size: 40px;
    color: #021F2E;
    font-weight: bold;
    font-family: "Roboto Condensed",sans-serif;
    margin-bottom: 15px;
}

.product-faq-section .content-wrapper .top-content p{
    font-size: 18px;
    color: #333333;
}



.product-accordian-item button{
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    padding: 25px 45px;
    border: none;
    outline: none;
    background-color: #E7EEF6;
    font-family: "Poppins",sans-serif;
    color:#333333 ;
    font-size: 24px;
    line-height: 31px;
    border-bottom:1px solid #fff;
}

.product-accordian-active{
    background-color: #fff!important;
    color: #0756A5!important;
}

.product-accordian-item button:hover{
    cursor: pointer;
}

.product-accordian-btn{
    display: flex!important;
    justify-content: space-between!important;
}

.product-accordian-btn .icon img{
    max-width: 20px;
}

.product-accordian-content{
    padding: 25px 45px 40px 45px;
    background-color: #fff;
}

.product-accordian-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}

.product-accordian-content hr{
    margin: 30px 0;
    background-color: rgba(112, 112, 112, 0.1);
    border-top: 1px solid rgba(112, 112, 112, 0.1);
}

.product-accordian-content span{
    color: #0756A5;
    font-style: italic;
}

.product-accordian-content ul{
    list-style-type: disc;
    margin-left: 22px;
}

.product-accordian-content ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 18px;
    list-style: unset;
}
.product-accordian-content ul li::marker{
    font-size: 16px;
    font-weight: bold;
} 

.product-accordian-content ul li .nested-list{
    list-style-type: circle;
    margin-top: 12px;
}


/* <!-- ========== PRODUCT SUPPORT SECTION CSS ========== --> */

.product-support-section{
    padding:110px 0;
    background-image:url(../images/product-pricing-bg-image.webp);
    background-repeat:no-repeat;
    background-size:100% 100%;
    /* background-position:center; */
}


.product-support-section .top-heading{
    margin-bottom: 60px;
    font-size: 40px;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    text-align: center;
}


.product-support-section ul li{
    padding-bottom: 35px;
    position: relative;
    padding-left: 35px;
}



.product-support-section ul li h4{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: "Poppins",sans-serif;
}

.product-support-section ul li p{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.product-support-section .left-wrapper{
    padding-right: 40px;
}

.product-support-section .right-wrapper{
    padding-left: 40px;
}

.product-support-section ul li::after{
    content: url(../images/product-support-list-icon.png);
    position: absolute;
    left: -20px; /*adjust manually*/
    top: -14px;
    z-index: 5;
}



/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width:1198px){
    .product-banner-section .content .product-heading1{
        padding-right: 0;
    }

    .product-banner-section .content{
        padding: 15px 0;
    }

    .product-banner-section .image-wrapper{
        padding-bottom: 100px;
    }

    .product-section1 .right-content{
        padding-left: 10px;
    }

    .product-section2 .left-content p{
        font-size: 30px;
        line-height: 52px;
    }

    .product-compare-section .table-wrapper .top-row .image img{
        max-width: 235px;
        width: 235px;
    }
}

/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width:992px){
    .product-banner-section{
        padding-top: 107px;
    }

    .product-banner-section .content .product-heading1{
        font-size: 28px;
        line-height: 38px;
    }

    .product-banner-section .image-wrapper{
        padding-bottom: 75px;
    }

    .product-section1{
        margin-top: 60px ;
        margin-bottom: 80px;
    }

    .product-section1 .right-content p{
        font-size: 16px;
        line-height: 28px;
    }

    .product-section2 .left-content p{
        font-size: 26px;
        line-height: 41px;
    }

    .product-section2 .col-md-7{
        padding: 0 15px;
    }

    .product-star-section .content-header .details h1{
        font-size: 32px;
    }

    .product-star-section .content-body{
        padding: 30px 25px 15px 5px;
    }

    .product-star-section .content-body ul li{
        margin-bottom: 5px;
        margin-left: 45px;
        font-size: 16px;
    }

    .product-star-section .content-body ul{
        gap: 15px;
    }

    .product-star-section{
        margin-bottom: 100px;
    }

    .product-data-section{
        margin-bottom: 100px;
    }

    .product-pricing-section .top-content .details{
        width: 90%;
    }

    .product-pricing-section .middle-content .card-box{
        padding: 15px 15px;
    }

    .product-pricing-section .middle-content .card-box .heading{
        font-size: 18px;
        line-height: 24px;
    }

    .product-pricing-section .bottom-content .card-box .heading{
        font-size: 18px;
        line-height: 24px;
    }

    .product-pricing-section .bottom-content .card-box{
        flex-basis: 31%;
    }

    .product-pricing-section .bottom-content .card-box .price-wrapper .price{
        font-size: 24px;
    }

    .product-pricing-section{
        margin-bottom: 100px;
    }

    .product-faq-section{
        padding: 100px 0 ;
    }

    .product-faq-section .content-wrapper{
        max-width: 100%;
    }

    .product-faq-section .content-wrapper .top-content .heading{
        font-size: 32px;
        line-height: 38px;
    }

    .product-accordian-item button{
        padding: 20px 30px;
        font-size: 20px;
        line-height: 27px;
    }

    .product-accordian-btn{
        gap: 20px;
    }

    .product-support-section{
        padding: 100px 0;
    }

    .product-support-section .top-heading{
        font-size: 32px;
    }

    .product-support-section ul li h4{
        font-size: 16px;
        line-height: 20px;
    }

    .product-support-section ul li p{
        font-size: 16px;
        line-height: 26px;
    }

    .product-support-section .left-wrapper{
        padding-right: 15px;
    }

    .product-support-section .right-wrapper{
        padding-left: 15px;
    }
}

/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width:768px){
    .product-banner-section {
        padding-top: 0px;
    }

}


/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width:767px){
    .product-banner-section .product-banner-section-wrapper{
        max-height: unset;
        background-size: cover;
    }

    .product-banner-section .image-wrapper{
        padding-bottom: 120px;
    }

    .product-section1{
        margin-bottom: 60px;
        margin-top: 0;
    }

    .product-section1 .right-content p{
        padding: 15px;
        font-size: 15px;
    }

    .product-section2{
        margin: 60px 0;
    }

    .product-section2 .left-content p{
        font-size: 20px;
        line-height: 34px;
        padding: 10px;
    }

    .product-star-section{
        margin-bottom: 60px;
    }

    .product-star-section .content-header{
        padding: 20px 0;
    }

    .product-star-section .content-header .details img{
        max-height: 18px;
    }

    .product-star-section .content-header .details h1{
        font-size: 20px;
    }

    .product-star-section .content-body ul{
        grid-template-columns: repeat(1,1fr);
    }

    .product-compare-section .top-content h3{
        font-size: 32px;
    }

    .product-compare-section .top-content p{
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 32px;
    }

    .product-data-section{
        margin: 5px 0 60px 0;
    }

    .product-data-section .details h4{
        font-size: 28px;
        line-height: 36px;
        width: 90%;
        margin: 0 auto 14px auto;
    }

    .product-data-section .details p{
        font-size: 15px;
        line-height: 27px;
    }

    .product-data-section .table tr td{
        padding: 8px 10px;
        font-size: 15px;
    }

    .product-data-section .table tr td img{
        margin-right: 8px;
        max-width: 18px;
    }

    .product-pricing-section{
        margin-bottom: 60px;
    }

    .product-pricing-section .top-content .details{
        width: 100%;
    }

    .product-pricing-section .top-content .details h5{
        width: 100%;
        font-size: 28px!important;
        line-height: 36px!important;
        margin-bottom: 20px!important;
    }

    .product-pricing-section .middle-content{
        grid-template-columns: repeat(1,1fr);
    }

    .product-pricing-section .bottom-content .card-box{
        flex-basis: 100%;
    }

    .product-pricing-section .bottom-content .card-box .heading{
        min-height: 50px;
    }

    .product-faq-section{
        padding: 60px 0;
    }

    .product-faq-section .content-wrapper .top-content .heading {
        font-size: 28px;
        line-height: 36px;
    }

    .product-faq-section .content-wrapper .top-content p{
        font-size: 16px;
    }

    .product-accordian-item button {
        padding: 15px 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .product-accordian-content {
        padding: 15px 15px 25px 15px;
    }

    .product-accordian-content p {
        font-size: 14px;
        line-height: 28px;
    }

    .product-accordian-content ul li{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-support-section{
        padding: 80px 0;
        background-size: cover;
        background-position: right;
    }

    .product-support-section .top-heading{
        font-size: 28px;
    }

    .product-support-section .top-heading{
        margin-bottom: 40px;
    }

    .product-support-section ul li::after{
        left: 0;
    }

    .product-support-section ul li{
        padding-left: 60px;
        padding-bottom: 20px;
    }

    .product-support-section ul li p {
        font-size: 15px;
        line-height: 25px;
    }

    .product-support-section ul li h4{
        margin-bottom: 15px;
    }

    .product-support-section .left-wrapper{
        padding-right: 0;
    }

    .product-support-section .right-wrapper{
        padding-left: 0;
    }
}